Add keyboard shortcuts to your Bubble app without custom code.
This plugin lets you define and detect keyboard shortcuts so users can trigger actions with key combinations like Enter, Escape, Cmd/Ctrl + K, or custom shortcuts. Use it to speed up navigation, open dialogs, submit forms, run workflows, and create a more desktop-like experience in web apps.
Free
For everyone
stars • 0 ratings
0 installs
This plugin does not collect or track your personal data.
Add the Keyboard Shortcut element to the page where you want shortcuts to work.
Set the shortcut keys in the element properties. Configure the key combination you want to listen for, such as a single key or a modifier-based combo like Ctrl + Enter or Cmd + K.
Create workflows using the element’s events. When the configured shortcut is pressed, trigger the workflow you want, such as opening a popup, focusing an input, saving data, or navigating to another page.
Use conditions in your workflows when needed so shortcuts only run in the right context, such as when a popup is visible, an input is focused, or a user has permission to perform the action.
Test shortcuts in run mode to confirm they do not conflict with browser defaults or existing app behavior.
Types
This plugin can be found under the following types: